home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga CD-Sensation: Demos Are Forever
/
Amiga CD-Sensation - Ausgabe 1 - Demos Are Forever (1996)(GTI - Schatztruhe)(DE)[!].iso
/
Big Bunch
/
C
/
Cycle
/
Itchy & Scratchy 2
/
Itchy & Scratchy #2
< prev
next >
Wrap
Text File
|
2000-12-31
|
1KB
|
42 lines
IF EXISTS IS_KK.09
IF EXISTS ENV:sys/palette.prefs
copy ENV:sys/palette.prefs ram:I&STemp.2
copy IS_KK.12 ENV:sys/palette.prefs
ENDIF
IS_KK.14 -o IS_KK.15
IS_KK.11 BRIGHT
IF EXISTS c:cpu
cpu >NIL: nocache
ELSE
IS_KK.13
ENDIF
IS_KK.02 IS_KK.01
IS_KK.11 DIM
IF EXISTS c:cpu
cpu >NIL: cache
ELSE
IS_KK.13
ENDIF
IF EXISTS ram:I&STemp.2
copy ram:I&STemp.2 ENV:sys/palette.prefs
ENDIF
QUIT
ELSE
echo "
WARNING:
Can't find all Itchy and Scratchy data files."
echo " "
assign >NIL: exists "Itchy & Scratchy II:"
IF WARN
echo "Insert the Itchy & Scratchy disk, then double click this icon"
ask "to copy the data files."
ELSE
echo "Found ITCHY & SCRATCHY II disk in drive."
echo "Copying files from floppy..."
IF NOT EXISTS LIBS:powerpacker.library
copy "Itchy & Scratchy II:powerpacker.library" ""
ENDIF
copy "Itchy & Scratchy II:IS_KK.#?" "" COM
echo " "
ask "Now close this window and try again."
ENDIF
ENDIF